SftTree/NET 2.0

ScrollIntoView Method, ColumnClass Class

Softel vdm, Inc.

Horizontally scrolls the column into view so it is displayed in the control's client area.

Syntax      ColumnClass Class (Softelvdm.SftTreeNET)

VB   

Public Sub ScrollIntoView()

C#   

public void ScrollIntoView();

C++   

public: void ScrollIntoView();

Comments

The ScrollIntoView method horizontally scrolls the column into view so it is displayed in the control's client area.

The user normally scrolls the tree control items horizontally using the scroll bar, but if an application wants to insure that a column is visible, this method can be used.

To make a particular cell visible, the CellClass.ScrollIntoView method can be used. To make a particular item visible, the ItemClass.ScrollIntoView method can be used.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com